home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / g5library / include / gateway_lib.h < prev    next >
C/C++ Source or Header  |  1999-04-19  |  429b  |  20 lines

  1. #ifndef _INCLUDE_PRAGMA_GATEWAY_LIB_H
  2. #define _INCLUDE_PRAGMA_GATEWAY_LIB_H
  3.  
  4. #ifndef CLIB_GATEWAY_PROTOS_H
  5. #include "gateway_protos.h"
  6. #endif
  7.  
  8. #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
  9. #include "_Pragmas_From_Fd_2_AMICALL"
  10. #endif
  11. #if defined(_DCC) || defined(__SASC)
  12. #include "_Pragmas_From_Fd_2_LIBCALL"
  13. #endif
  14. #ifdef __STORM__
  15. #endif
  16. #ifdef __SASC_60
  17. #endif
  18.  
  19. #endif    /*  _INCLUDE_PRAGMA_GATEWAY_LIB_H  */
  20.